mruby 4.0.0
mruby is the lightweight implementation of the Ruby language
Loading...
Searching...
No Matches
RArray Struct Reference
Collaboration diagram for RArray:

Public Attributes

 MRB_OBJECT_HEADER
union { 
   struct { 
      mrb_ssize   len 
      union { 
         mrb_ssize   capa 
         mrb_shared_array *   shared 
      }   aux
      mrb_value *   ptr 
   }   heap
   mrb_value   ary [((mrb_int)(sizeof(void
      *) *3/sizeof(mrb_value)))] 
as

The documentation for this struct was generated from the following file: